Neocities.org

Theme:
Save View Share
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE HTML>
 <html>
  <head>
   <tittle>
   A HTML site with links inserted
   </title>
   <meta name="generator"content="Hand coted using Notepad++">
 <meta name="description" content="Brief document description">
 <meta name="keywords" content="HTML,CSS,XML,JavaScript">
 <meta name="author" content="Gordon Garmaise">
  </head>
  <body>
  <h1>
  Potatoes: Food that grows in the garden
  </h1>
   <hr>
   <p>
   <img alt="A picture of a potato"
     src="Images\potatoes-1585060_960_720.jpg"
   style="max-width: 50%; max-height: 50%;">
   </p>
   <hr>
   <h3>
   Different resources for potatoes.
   </h3>
   <p>
    <ul>
   <li>
    <a href="https://en.wikipedia.org/wiki/Potato"> A wikipedia page about potatoes. </a>
    </li>
    <li>
    <a href="http://www.precisionnutrition.com/all-about-potatoes"> All about potatoes. </a>
    </li>
    <li>
    <a href="https://www.potatogoodness.com/nutrition/"> What makes a popato healthy? </a>
    
   <ul>
   
   </p>
   <hr>
   <p>
   </p>
  </body>
 </html> 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX